home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / mandrake_MDKSA-2001-071.nasl < prev    next >
Text File  |  2005-01-14  |  3KB  |  115 lines

  1. #
  2. # (C) Tenable Network Security
  3. #
  4. # This plugin text was extracted from Mandrake Linux Security Advisory MDKSA-2001:071
  5. #
  6.  
  7.  
  8. if ( ! defined_func("bn_random") ) exit(0);
  9. if(description)
  10. {
  11.  script_id(13886);
  12.  script_version ("$Revision: 1.2 $");
  13.  
  14.  name["english"] = "MDKSA-2001:071: kernel";
  15.  
  16.  script_name(english:name["english"]);
  17.  
  18.  desc["english"] = "
  19. The remote host is missing the patch for the advisory MDKSA-2001:071 (kernel).
  20.  
  21.  
  22. A security hole was found in the earlier Linux 2.4 kernels dealing with iptables
  23. RELATED connection tracking. The iptables ip_conntrack_ftp module, which is used
  24. for stateful inspection of FTP traffic, does not validate parameters passed to
  25. it in an FTP PORT command. Due to this flaw, carefully constructed PORT commands
  26. could open arbitrary holes in the firewall. This hole has been fixed, as well as
  27. a number of other bugs for the 2.4 kernel shipped with Mandrake Linux 8.0
  28. NOTE: This update is *not* meant to be done via MandrakeUpdate! You must
  29. download the necessary RPMs and upgrade manually by following these steps:
  30. 1. Type: rpm -ivh kernel-2.4.7-12.3mdk.i586.rpm 2. Type: mv
  31. kernel-2.4.7-12.3mdk.i586.rpm /tmp 3. Type: rpm -Fvh *.rpm 4. You may wish to
  32. edit /etc/lilo.conf to ensure a new entry is in place. The new kernel will be
  33. the last entry. Change any options you need to change. 5. Type: /sbin/lilo -v
  34. You may then reboot and use the nwe kernel and remove the older kernel when you
  35. are comfortable using the upgraded one.
  36.  
  37.  
  38. Solution : http://www.mandrakesoft.com/security/advisories?name=MDKSA-2001:071
  39. Risk factor : High";
  40.  
  41.  
  42.  
  43.  script_description(english:desc["english"]);
  44.  
  45.  summary["english"] = "Check for the version of the kernel package";
  46.  script_summary(english:summary["english"]);
  47.  
  48.  script_category(ACT_GATHER_INFO);
  49.  
  50.  script_copyright(english:"This script is Copyright (C) 2004 Tenable Network Security");
  51.  family["english"] = "Mandrake Local Security Checks";
  52.  script_family(english:family["english"]);
  53.  
  54.  script_dependencies("ssh_get_info.nasl");
  55.  script_require_keys("Host/Mandrake/rpm-list");
  56.  exit(0);
  57. }
  58.  
  59. include("rpm.inc");
  60. if ( rpm_check( reference:"kernel-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  61. {
  62.  security_hole(0);
  63.  exit(0);
  64. }
  65. if ( rpm_check( reference:"kernel-doc-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  66. {
  67.  security_hole(0);
  68.  exit(0);
  69. }
  70. if ( rpm_check( reference:"kernel-enterprise-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  71. {
  72.  security_hole(0);
  73.  exit(0);
  74. }
  75. if ( rpm_check( reference:"kernel-headers-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  76. {
  77.  security_hole(0);
  78.  exit(0);
  79. }
  80. if ( rpm_check( reference:"kernel-pcmcia-cs-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  81. {
  82.  security_hole(0);
  83.  exit(0);
  84. }
  85. if ( rpm_check( reference:"kernel-smp-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  86. {
  87.  security_hole(0);
  88.  exit(0);
  89. }
  90. if ( rpm_check( reference:"kernel-source-2.4.7-12.3mdk", release:"MDK8.0", yank:"mdk") )
  91. {
  92.  security_hole(0);
  93.  exit(0);
  94. }
  95. if ( rpm_check( reference:"lm_utils-2.4.7_2.6.0-12.3mdk", release:"MDK8.0", yank:"mdk") )
  96. {
  97.  security_hole(0);
  98.  exit(0);
  99. }
  100. if ( rpm_check( reference:"lm_utils-devel-2.4.7_2.6.0-12.3mdk", release:"MDK8.0", yank:"mdk") )
  101. {
  102.  security_hole(0);
  103.  exit(0);
  104. }
  105. if ( rpm_check( reference:"iptables-1.2.2-3.1mdk", release:"MDK8.0", yank:"mdk") )
  106. {
  107.  security_hole(0);
  108.  exit(0);
  109. }
  110. if ( rpm_check( reference:"iptables-ipv6-1.2.2-3.1mdk", release:"MDK8.0", yank:"mdk") )
  111. {
  112.  security_hole(0);
  113.  exit(0);
  114. }
  115.